[INFO] cloning repository https://github.com/ubnt-intrepid/rust-plugin-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ubnt-intrepid/rust-plugin-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Frust-plugin-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Frust-plugin-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1b2f5d298f9704eaf4ec47efe0fbc4600429e925
[INFO] fixing ubnt-intrepid/rust-plugin-example against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Frust-plugin-example" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ubnt-intrepid/rust-plugin-example
[INFO] finished tweaking git repo https://github.com/ubnt-intrepid/rust-plugin-example
[INFO] tweaked toml for git repo https://github.com/ubnt-intrepid/rust-plugin-example written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ubnt-intrepid/rust-plugin-example on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ubnt-intrepid/rust-plugin-example already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f1a6fadeff3d7d4390856a73d11b85676dab319465243196a3135a38bf929449
[INFO] running `Command { std: "docker" "start" "f1a6fadeff3d7d4390856a73d11b85676dab319465243196a3135a38bf929449", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1a6fadeff3d7d4390856a73d11b85676dab319465243196a3135a38bf929449" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1a6fadeff3d7d4390856a73d11b85676dab319465243196a3135a38bf929449", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1a6fadeff3d7d4390856a73d11b85676dab319465243196a3135a38bf929449" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating calc/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating calc-plugin-add/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating calc-plugin-mul/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling cc v1.0.48
[INFO] [stderr]    Compiling anyhow v1.0.26
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]     Checking calc v0.1.0 (/opt/rustwide/workdir/calc)
[INFO] [stderr]    Migrating calc/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking calc-plugin-mul v0.1.0 (/opt/rustwide/workdir/calc-plugin-mul)
[INFO] [stderr]     Checking calc-plugin-add v0.1.0 (/opt/rustwide/workdir/calc-plugin-add)
[INFO] [stderr]    Migrating calc/src/main.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating calc-plugin-mul/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating calc-plugin-add/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
[INFO] [stderr] crater-edition-check: calc v0.1.0 (/opt/rustwide/workdir/calc) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: calc-plugin-add v0.1.0 (/opt/rustwide/workdir/calc-plugin-add) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: calc-plugin-mul v0.1.0 (/opt/rustwide/workdir/calc-plugin-mul) updating edition from 2018 to 2021
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Checking calc v0.1.0 (/opt/rustwide/workdir/calc)
[INFO] [stderr]     Checking calc-plugin-mul v0.1.0 (/opt/rustwide/workdir/calc-plugin-mul)
[INFO] [stderr]     Checking calc-plugin-add v0.1.0 (/opt/rustwide/workdir/calc-plugin-add)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating calc/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating calc-plugin-add/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating calc-plugin-mul/Cargo.toml from 2018 edition to 2021
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Checking calc v0.1.0 (/opt/rustwide/workdir/calc)
[INFO] [stderr]    Migrating calc/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed calc/src/lib.rs (5 fixes)
[INFO] [stderr]     Checking calc-plugin-add v0.1.0 (/opt/rustwide/workdir/calc-plugin-add)
[INFO] [stderr]     Checking calc-plugin-mul v0.1.0 (/opt/rustwide/workdir/calc-plugin-mul)
[INFO] [stderr]    Migrating calc-plugin-add/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating calc-plugin-mul/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating calc/src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed calc/src/main.rs (1 fix)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
[INFO] [stderr] crater-edition-check: calc v0.1.0 (/opt/rustwide/workdir/calc) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: calc-plugin-add v0.1.0 (/opt/rustwide/workdir/calc-plugin-add) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: calc-plugin-mul v0.1.0 (/opt/rustwide/workdir/calc-plugin-mul) updating edition from 2021 to 2024
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Checking calc v0.1.0 (/opt/rustwide/workdir/calc)
[INFO] [stderr]     Checking calc-plugin-add v0.1.0 (/opt/rustwide/workdir/calc-plugin-add)
[INFO] [stderr]     Checking calc-plugin-mul v0.1.0 (/opt/rustwide/workdir/calc-plugin-mul)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> calc-plugin-add/lib.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | calc::export_plugin!(PluginAdd);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `calc::export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> calc/src/lib.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> calc-plugin-mul/lib.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | calc::export_plugin!(PluginMul);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `calc::export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> calc/src/lib.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `calc-plugin-add` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `calc-plugin-mul` (lib) due to 1 previous error
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> calc-plugin-add/lib.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | calc::export_plugin!(PluginAdd);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `calc::export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> calc/src/lib.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> calc-plugin-mul/lib.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | calc::export_plugin!(PluginMul);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `calc::export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> calc/src/lib.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `calc-plugin-mul` (lib test) due to 1 previous error
[INFO] [stderr] error: could not compile `calc-plugin-add` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "f1a6fadeff3d7d4390856a73d11b85676dab319465243196a3135a38bf929449", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1a6fadeff3d7d4390856a73d11b85676dab319465243196a3135a38bf929449", kill_on_drop: false }`
[INFO] [stdout] f1a6fadeff3d7d4390856a73d11b85676dab319465243196a3135a38bf929449
